From 363bb2c4cb7251dfdbd636073f37fe7b9042cc26 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 19 Aug 2024 14:19:06 -0500 Subject: [PATCH] Make the sql input textarea big --- src/pgwui_common/static/pgwui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 52923f2..94d1064 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -47,6 +47,10 @@ HR.lightsep { border-top: dotted; .label { text-align: right; } .verticalgap { height: 1em; } +/* The SQL entry window. */ +.sqltext { height: 40em; + width: 80em; } + /* The navbar */ .navbar { text-align: center; } -- 2.34.1